Metadata-Version: 1.0
Name: Valid EDTF
Version: 0.1.0
Summary: EDTF validation levels 1-3
Home-page: http://pypi.python.org/pypi/valid_edtf/
Author: Joseph Liechty
Author-email: joey.liechty@unt.edu
License: LICENSE.txt
Description: ==========
        VALID EDTF
        ==========
        
        Valid EDTF provides validity testing against EDTF levels 1-3. You might find
        it most useful for tasks involving date validation and comparison. Typical usage
        often looks like this::
        
            #!/usr/bin/env python
        
            from towelstuff import isLevel1
        
            if isLevel1(edtf_candidate):
                print "The date, %s, is level 1 edtf validated" % edtf_candidate
        
        
        EDTF specification can be viewed `here <http://www.loc.gov/standards/datetime/pre-submission.html>`_.
        
        
Platform: UNKNOWN
